Welcome![Sign In][Sign Up]
Location:
Search - visual c 6.0

Search list

[Email ServerXmailsvr

Description: XMail version 0.39是个邮件服务器软件,具有如下功能: 1) SMTP 服务器 2) POP3 服务器 3) Finger 服务器 4) 多域名 5) 用户不需要实际的系统帐号 6) SMTP 中继检查 7) SMTP RBL 映象检查 (rbl.maps.vix.com) 8) SMTP RSS 映象检查 (relays.mail-abuse.org) 9) SMTP 垃圾邮件拒绝 10) 带外部POP帐号的POP3帐号同步器 11) 别名 12) 邮递表 13) 顾客邮件处理 14) 远程管理 15) 客户邮件交换 16) 记录日志 17) 多平台 [系统需求] Linux操作系统 或Windows NT,且ws2_32.dll 已经安装。具有连接到因特网的DNS和网关。为了在Linux下编译,你需要安装gcc和libc或glibc, 为了在Windows下编译,你需要MS Visual C++ (我就是用它来编译的),或其它支持Win32 SDK的编译器。 [编译和配置] 详见英文readme.txt。
Platform: | Size: 193659 | Author: 李建 | Hits:

[Other resourceManPowerManage

Description: 人事,工资,考勤系统,C#实现 1、查看建模图 本文件夹中的Model目录下包含了系统的数据库模型图和系统建模图,分别使用PowerDesigner和Rational Rose打开。 2、数据库安装 本安装说明是以Microsoft Access 2000为例来阐述的,数据库文件为文件夹ManPowerManage/ManPowerManage/bin/debug目录下的ManPowerManage.mdb文件。数据库无须安装设置,直接就可以运行。 3、把员工照片文件夹picture复制到C:盘的根目录。 4、如果用户安装的是Microsoft Visual Studio .Net 2003,那么可以直接打开ManPowerManage文件夹下的工程,查看代码并进行调试。 5、把数据导入Excel要用到Excel.dll,Office.dll,VBIDE.dll 3个dll文件,请按照本章所讲方法,安装Excel并生成这些dll文件。注意,可执行示例程序的同一目录下必须有Excel.dll文件,否则示例程序将不能把数据输出到Excel。请读者自己按照本章所述,获取Excel.dll文件。 6、本程序没有设置登录窗口,读者可以参照前面的例子自行开发。 -personnel, wages and attendance system, a C#. View Modeling map of the folder directory of the Model of the system contains a database model of the system modeling and map separately used PowerDesigner and Rational Rose opened. 2. the installation of the database install Microsoft Access 2000 is the example to elaborate. database file folders for ManPowerManage / ManPowerManage / b in / debug ManPowerManage.mdb directories under the document. Not to install the database installed directly on the run. 3, staff photos picture folders to copy C : disk root directory. 4. If users install the Microsoft Visual Studio. Net 2003, Well, we can directly open ManPowerManage folder works View source and debugging. 5, the data into Excel to use Excel.dll, Office.dll. VBIDE.dll three dll file, in accor
Platform: | Size: 718423 | Author: 许轶淼 | Hits:

[Other resourcemapdof2

Description: 俄罗斯方块另类.zip - 又一个俄罗斯方块的代码(转)用vc写的著名游戏俄罗斯方块的代码,希望对大家有所帮助 (2005-9-1,Visual C++,95KB,1次) 手机版的俄罗斯方块程序 .rar - 手机版的俄罗斯方块程序 休闲内的手机游戏。 (2005-4-9,Java,31KB,27次) 俄罗斯方块VC版加源代码注释.rar - VC编写的俄罗斯广块,源代码加注释,希望对大家有用~ (2005-4-23,Visual C++,5KB,6次) src4rusblock.rar - 俄罗斯方块游戏源程序,可在VC++中运行 (2005-4-23,Visual C++,368KB,3次) java2eorousifangkuai.rar - 一个俄罗斯方块游戏编程,java语言写的,应该很好玩吧,试试吧 (2005-4-18,Java,16KB,14次) 俄罗斯方块-网络版.rar - 本人自己编写的俄罗斯方块 小游戏 为-Tetris alternative. Zip - also a Rubik's cube of the code (to) use vc wrote the famous Russian game Ross chunks of code, we want to help (2005-9-1, Visual C, A780, 1) a mobile phone version of Tetris procedures. rar-phone version of Tetris procedures phones within a leisure game. (2005-4-9, Java, 31KB. 27) version of Rubik's cube VC Notes plus source code. rar-VC prepared by the Russian-block, footnote source code, useful for all ~ (2005-4-23, Visual C, 5KB. 6) src4rusblock.rar-source Tetris game, the VC operation (2005-4-23, Visual C, keys, 3) java2eorousifangkuai.rar-a Tetris game programming, java language to write in, it should be good Hale, try playing (2005-4-18, Java, 16KB. 14), Tetris-network version. rar - I have written the Tetris game to
Platform: | Size: 325127 | Author: wq57 | Hits:

[GUI Developcsharpshili

Description: Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出 第二章 图形图像处理 实例1 一个简易的绘图程序 实例2 电子石英钟显示 实例3 用C#制作字幕显示屏幕保护 实例4 移动的按钮 实例5 抓图软件的实现 第三章 多媒体应用 实例1 WinForm中播放音频与Flash动画 实例2 模拟贪食蛇游戏 实例3 人民币大写转换案例 实例4 模拟俄罗斯方块游戏 实例5 模拟联五子游戏 第四章 系统文件处理 实例1 文件资源管理器 实例2 模拟IE浏览器 实例3 一个具有查找打印功能的文本编译器-Visual C# case highlights the first chapter C# Windows based programming language example of a cycle learning-weight certification procedure two random examples of cases - shuffling through three examples of procedures to analyze examples of C# is the succession mechanism four cases with the global variable recursive case 1-5 shooting recursive procedure examples of global variables and the case of 2-6 cited examples Binary Tree with the type of strings, for example -- to eliminate seven spaces commissioned by the examples use examples -- examples of relatively small Modified 8 C# Index for the realization of a text file input examples Flashback 9 C# examples text file manipulation -- Yang Hui into triangles read Chapter II graphics processing an example of a simple drawing program tw
Platform: | Size: 3832786 | Author: 史进 | Hits:

[Driver Developcslib

Description: These libraries are designed for use with Microsoft Visual C++ version 6.0. Install them by running setup.exe. This will copy the files to various places where MSVC will expect to find them. If setup fails, alternate instructions are below.-These libraries are designed for use with Microsoft Visual C version 6.0. Install them by running setup.exe. This will copy the files to various places where MSVC will expect to find them. If setup fails, alternate instructions are below.
Platform: | Size: 150037 | Author: xiao | Hits:

[Other resourceEasyBMPtoAVI_0.54_console-source

Description: EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed, so you can choose your own compression without loss of quality. 4) Cross-platform compatible (Linux, Unix, Windows, Macintosh, Solaris, ...) 5) Cross-compiler compatible (supports compiling in MS Visual Studio, g++, MinGW, Intel s icc, and the lousy Borland compiler) 6) Easy user interface even helps you if you forget to specify crucial information. 7) Endian-safe as of Version 0.52, so it will work on things like PowerPC, Sparc, etc. 8) 64-bit compatible if you compile with EasyBMP -EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi mov ie file from a series of windows bitmap (BMP) ima celebrated. Some features : 1) Support for reading all bit-depths supporte d by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed. so you can choose your own compression without l oss of quality. 4) Cross-platform compatible ( Linux, Unix, Windows, Mac, Solaris, ...) 5) Cross-compatible compiler (c supports ompiling in MS Visual Studio, g, MinGW. Intel's icc. and the lousy Borland compiler) 6) Easy user int erface even helps you if you forget to specify cr ucial information. 7) Endian-safe as of Versio n 0.52, so it will work on things like the PowerPC
Platform: | Size: 13359 | Author: deeply2000 | Hits:

[Other resourceShoppingCity

Description: 基于C/S模式的考试系统的研究与开发 1 1. 前言 1 1.1 MICROSOFT VISUAL STUDIO .NET 2003开发平台和C#语言的特点 1 1.2用C/S模式开发计算机考试系统的优越性 1 2. 系统分析 2 2.1系统基本情况描述 2 2.2 可行性分析 2 2.3 需求分析 3 2.3.1采用SA方法画出计算机考试系统的一套分层数据流图 3 2.3.2数据词典 4 3. 系统设计 4 3.1系统配置 4 3.2系统概要设计 4 3.2.1系统结构图 4 3.2.2模块功能及界面设计 4 3.2.3模块界面设计 5 3.3系统详细设计 6 3.3.1模块详细设计 6 -based on the C / S mode of examination system Research and Development 1. Foreword a 1.1 MICROSOFT Visual Studio.NET 2003 development platform and C# language features a 1.2 C / S developing computer models to the superiority of the examination system 1 2. System two basic systems of the 2.1 2 2.2 feasible Description Analysis of 2 2.3 2.3.1 Requirements Analysis using three methods SA painted computer examination system of hierarchical data flow Figure 3 2.3.2 Data Dictionary 3. System Design System Configuration 4 3.1 4 3.2 4 System Design 3.2 .1 System Chart 4 3.2.2 module functions and interface design 4 3.2.3 module interface design system 5 3.3 detailed design of six modules 3.3.1 detailed design 6
Platform: | Size: 37175 | Author: wq57 | Hits:

[Other resourcematlabkuozhan

Description: 作  者 何强 何英 [同作者作品] 【出 版 社】 清华大学出版社 【书 号】 7-900641-80-7 本书以MATLAB扩展编程及其应用实例为主线,以MATLAB与C程序、Visual Basic、Excel、网络和系统硬件的接口为核心,采用图文并茂的方式、简捷明快的手法和通俗易懂的语言,配合大量的代码实例以及一个简单的语音识别系统的具体实现,系统介绍了MATLAB的新特性、常用的代码优化方法和功能扩展途径。全书分为3部分,共13章。第1部分(第1章—第6章):MATLAB 6的安装和运行、MatrixVB、Excellink、MATLAB Web Server、MATLAB的数据结构和编程技巧、MATLAB图形用户界面编程:第2部分(第7章—第11章):MATLAB引擎、MATLAB可执行程序、MATLAB C++数学库和图形库、MATLAB Runtime Server、MATLAB访问系统硬件;第3部分(第12章、第13章):MATLAB的录音工具、基于MATLAB的语音识别系统。 本书面向有一定MATLAB、C/C++语言编程基础的理工科学生、科研人员和教学工作者,既是新手进阶提高的读物,又是中高级MATLAB用户的必备手册。 -author Qiang Ying [with the authors] [publisher] [Tsinghua University Press ISBN : 7-900 641-80-7 book MATLAB to expand programming and application examples main line, to MATLAB and C program, Visual Basic, Excel, network and system hardware interface to the core, using text, Simple crisper practices and user-friendly language, a lot of code examples and a simple speech recognition system is a concrete realization, MATLAB system of the new features, the common code optimization and functional way to expand. The entire book is divided into three parts, with a total of 13 chapters. Part 1 (Chapter 1-Chapter 6) : 6 MATLAB installation and operation matrixVB. Excellink, MATLAB Web Server, MATLAB data structures and programming skills, MATLAB graphical user interface programming : Part 2 (Chapt
Platform: | Size: 23016485 | Author: 黄晓东 | Hits:

[Other resourcelingo

Description: 中科院lingo学习课件,内容如下: 1. Lingo中的集 2. 模型的数据部分和初始部分 3. Lingo函数 4. Lingo Windows命令 5. Lingo与电子制表软件的连接 6. Lingo与数据库的连接 7. Lingo与Visual C++的连接 8. 利用Lingo开发高级模型
Platform: | Size: 2898103 | Author: zhoujingguang | Hits:

[Other resourcedrawpic

Description: IDL Version 6.4, Microsoft Windows (Win32 x86 m32). (c) 2007, ITT Visual Information Solutions Installation number: 20090909. Licensed for use by: Lz0
Platform: | Size: 791 | Author: 蒋荣 | Hits:

[Other resourceVisualC++6ziliao

Description: [Visual C++ 6 从入门到精通][美Michael J.Young著;邱仲潘等译][PDF]
Platform: | Size: 16996051 | Author: 林超勇 | Hits:

[Other resource20061119

Description: 《圣殿祭司的ASP.NET2.0开发详解——使用C#》光盘说明 一、光盘用途 本光盘为《圣殿祭司的ASP.NET2.0开发详解——使用C#》一书的配套光盘,供读者阅读图书时参考和学习。 二、光盘内容 1.书中所有范例的程序代码; 2.第1,3,6,7章所涉及到的相关内容; 3.书中范例使用的数据库; 4.第21章PDF电子文件; 5.博文视点精彩宣传片; 6.点击博文视点; 7.README.txt文件。 三、运行环境和使用方法 计算机中必须安装Visual Studio以及SQL Server软件。 光盘所带安装程序的使用方法在书中相应章节均有详细说明。 四、防病毒 本光盘所有文件都已经过Norton Antivirus扫描,未发现有任何已知病毒。 五、如果对光盘有任何疑问、建议或者发现有错误之处请与 dinla@broadview.com.cn 联系。
Platform: | Size: 5277300 | Author: xialei3344 | Hits:

[Other resourceMCU-PC

Description: 计算机简单控制由软件和硬件组成。软件由Visual Basic 6.0编写。硬件主要由无线发送模块和单片机(C语言编写)构成。通过RS232界面与PC通信而实现无线控制系统。 主要功能是:通过遥控器连接PC机的\"上下左右\"按键 ,当电脑界面处于powerpoint界面下,能通过遥控器控制幻灯片的上下切换.
Platform: | Size: 5005 | Author: | Hits:

[ComboBoxkujrweam

Description: 以前的一个HTML练手作品,主要是学习交互以及布局处理(A previous HTML practice, mainly learning interaction and layout processing.)
Platform: | Size: 3072 | Author: 29dkGM | Hits:

[VOIP programisuutw

Description: 非常需要的可以下载看看,适合初学者学习,好的算法和程序(Very need to download to see, suitable for beginners to learn, good algorithm and program.)
Platform: | Size: 3072 | Author: R09817 | Hits:

[Education soft system【开源】网校在线培训在线教育在线考试练习.net源码

Description: 【产品介绍】:一款将“视频点播+在线题库+在线考试” 紧密相连,打造“学、练、考”一体在线教育系统,在线学习部分可以实现视频的上传、转码、在线播放(电脑、手机、微信同步),并实时记录学员学习进度;考试部分支持多场次、多题型、断电异常的处理等,后台提供多套模板(网校版、学院版、商务版、政务版)自由切换 【源码功能】 (1)在线学习:图文知识、资料下载、课程公告、在线答疑、视频事件等 (2)在线题库:批量导入、导出、在线刷题、模拟测试、智能组卷等 (3)在线考试:定时考试、时间段考试、防作弊处理、强制交卷、自动判卷、成绩统计等 (4)在线充值:支付宝在线支付、卡券及导出、管理员后台充值、资金流水统计等 (5)微信三级分销:分享、积分、卡券、学习卡、分润等 (6)后台三级管理:教师、普管、超管 (7)基础设置、用户管理、新闻通知等 (8)...... 【开发环境】: (1)采用C#;基于.Net 4.0 (2)数据库采用Sqlserver2005或更高版本 (3)开发工具是Microsoft Visual Studio 2010 【运行环境】 (1)操作系统:Windowsserver2008或以上版本 (2)IIS:IIS7以上版本 (3).NET:DotNet4.0 Framework版本 (4)数据库:Sqlserver2005或以上版本 (5)硬件环境:CPU1.6Mhz双核或以上,内存2GB以上 链接:https://pan.baidu.com/s/1DAVXkAMjeSmOg6vk6u8rYA 提取码:nu4y 咨询QQ:19303340
Platform: | Size: 1021 | Author: cencen | Hits:

[Education soft system网校在线教育net源码

Description: 【产品介绍】:一款将“视频点播+在线题库+在线考试” 紧密相连,打造“学、练、考”一体在线教育系统,在线学习部分可以实现视频的上传、转码、在线播放(电脑、手机、微信同步),并实时记录学员学习进度;考试部分支持多场次、多题型、断电异常的处理等,后台提供多套模板(网校版、学院版、商务版、政务版)自由切换 【源码功能】 (1)在线学习:图文知识、资料下载、课程公告、在线答疑、视频事件等 (2)在线题库:批量导入、导出、在线刷题、模拟测试、智能组卷等 (3)在线考试:定时考试、时间段考试、防作弊处理、强制交卷、自动判卷、成绩统计等 (4)在线充值:支付宝在线支付、卡券及导出、管理员后台充值、资金流水统计等 (5)微信三级分销:分享、积分、卡券、学习卡、分润等 (6)后台三级管理:教师、普管、超管 (7)基础设置、用户管理、新闻通知等 (8)...... 【开发环境】: (1)采用C#;基于.Net 4.0 (2)数据库采用Sqlserver2005或更高版本 (3)开发工具是Microsoft Visual Studio 2010 【运行环境】 (1)操作系统:Windowsserver2008或以上版本 (2)IIS:IIS7以上版本 (3).NET:DotNet4.0 Framework版本 (4)数据库:Sqlserver2005或以上版本 (5)硬件环境:CPU1.6Mhz双核或以上,内存2GB以上 链接:https://pan.baidu.com/s/1DAVXkAMjeSmOg6vk6u8rYA 提取码:nu4y 咨询QQ:19303340
Platform: | Size: 978 | Author: cencen | Hits:

[Education soft system企业内部培训 学习平台源码

Description: 【产品介绍】:一款将“视频点播+在线题库+在线考试” 紧密相连,打造“学、练、考”一体在线教育系统,在线学习部分可以实现视频的上传、转码、在线播放(电脑、手机、微信同步),并实时记录学员学习进度;考试部分支持多场次、多题型、断电异常的处理等,后台提供多套模板(网校版、学院版、商务版、政务版)自由切换 【源码功能】 (1)在线学习:图文知识、资料下载、课程公告、在线答疑、视频事件等 (2)在线题库:批量导入、导出、在线刷题、模拟测试、智能组卷等 (3)在线考试:定时考试、时间段考试、防作弊处理、强制交卷、自动判卷、成绩统计等 (4)在线充值:支付宝在线支付、卡券及导出、管理员后台充值、资金流水统计等 (5)微信三级分销:分享、积分、卡券、学习卡、分润等 (6)后台三级管理:教师、普管、超管 (7)基础设置、用户管理、新闻通知等 (8)...... 【开发环境】: (1)采用C#;基于.Net 4.0 (2)数据库采用Sqlserver2005或更高版本 (3)开发工具是Microsoft Visual Studio 2010 【运行环境】 (1)操作系统:Windowsserver2008或以上版本 (2)IIS:IIS7以上版本 (3).NET:DotNet4.0 Framework版本 (4)数据库:Sqlserver2005或以上版本 (5)硬件环境:CPU1.6Mhz双核或以上,内存2GB以上 链接:https://pan.baidu.com/s/1DAVXkAMjeSmOg6vk6u8rYA 提取码:nu4y 咨询QQ:19303340
Platform: | Size: 988 | Author: cencen | Hits:

[Windows KernelMVC Alg Header

Description: Algorithm for Microsoft Visual C++ 6
Platform: | Size: 1060 | Author: daxilah696 | Hits:

[VC/MFCMFC Programming with Visual C++ 6 Unleashed

Description: If you shop like I do, you've just noticed this book on the shelf and picked it up to see what interesting topics it covers. You've read the table of contents. Aggressive. There is obviously a lot of detailed MFC information, but there is also a lot of ATL and COM information. Interesting. So you turn to the introduction to see what it has to say about the wealth of information and hard-won experience contained in this (very large) volume. Will it convince you this book is the best MFC programming book on the market today?
Platform: | Size: 12190302 | Author: borelli40@gmail.com | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net